home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1993 July / Internet Tools.iso / RockRidge / mail / sendmail / sendmail-5.65c+IDA-1.4.4.1 / ida / cf / M4 / osiris.m4 < prev    next >
Encoding:
M4 Source File  |  1990-07-24  |  596 b   |  17 lines

  1. # Sendmail configuration file for network-only UIUC hosts with access to
  2. # pseudo-domain (bitnet, csnet, etc) MX records.  No phquery support.
  3. dnl #
  4. dnl # define(LIBDIR, /usr/lib/mail)dnl ### Should be set in Makefile ###
  5. define(ALIASES, /usr/lib/aliases)
  6. define(BANGIMPLIESUUCP)
  7. define(DOMAINTABLE, LIBDIR/domaintable)
  8. define(FORCE_NAMED)
  9. define(PATHTABLE, LIBDIR/pathtable)
  10. define(PSEUDONYMS, osiris.UUCP)
  11. define(PSEUDODOMAINS, JUNET MAILNET UUCP)
  12. define(RELAY_HOST, uxc.cso.uiuc.edu)
  13. define(RELAY_MAILER, TCP)
  14. define(UUCPNAME, osiris)
  15. define(UUCPNODES, |uuname|sort|uniq)
  16. include(Sendmail.mc)
  17.